home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pop-up1a / form2.frm < prev    next >
Text File  |  1999-09-16  |  931b  |  36 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   3195
  5.    ClientLeft      =   165
  6.    ClientTop       =   735
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   3195
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.Menu file 
  13.       Caption         =   "File"
  14.       Begin VB.Menu CLose 
  15.          Caption         =   "Look"
  16.       End
  17.       Begin VB.Menu hack 
  18.          Caption         =   "It Works!"
  19.       End
  20.    End
  21.    Begin VB.Menu edit 
  22.       Caption         =   "Edit"
  23.       Begin VB.Menu delete 
  24.          Caption         =   "Delete"
  25.       End
  26.       Begin VB.Menu remove 
  27.          Caption         =   "Remove"
  28.       End
  29.    End
  30. End
  31. Attribute VB_Name = "Form2"
  32. Attribute VB_GlobalNameSpace = False
  33. Attribute VB_Creatable = False
  34. Attribute VB_PredeclaredId = True
  35. Attribute VB_Exposed = False
  36.